-
Notifications
You must be signed in to change notification settings - Fork 4
Update string resource #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for ai-agent-messenger-sample canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates string resources in the Android application, primarily focusing on improving conversation-related UI text and adding new localization strings.
- Updates conversation-related text labels for better clarity
- Removes unused conversation action strings
- Adds new UI elements for conversation status, timestamps, and agent interaction
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| <string name="aa_text_csat_submit">Submit</string> | ||
| <string name="aa_text_csat_dialog_edittext_hint"> Share your feedback</string> | ||
| <string name="aa_text_csat_notice_conversation_closed">Your conversation has ended.</string> | ||
| <string name="aa_text_csat_notice_conversation_closed">This conversation has ended.</string> |
Copilot
AI
Aug 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The change from 'Your conversation has ended' to 'This conversation has ended' appears subtle but could impact user experience. Consider whether this change maintains consistency with other user-facing messages in the application.
| <string name="aa_text_csat_notice_conversation_closed">This conversation has ended.</string> | |
| <string name="aa_text_csat_notice_conversation_closed">Your conversation has ended.</string> |
leo-shin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.